home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / acctg / medacct / pc-gl.doc < prev    next >
Encoding:
Text File  |  1989-03-24  |  30.0 KB  |  679 lines

  1.  
  2.                               PC-GL
  3.                           Version 3.3
  4.                   Copyright 1988, Jerry Medlin
  5.  
  6.  
  7. PROGRAM DESCRIPTION
  8.  
  9.      PC-GL is a double entry accounting program which will allow
  10. a small to medium size business to rapidly and accurately
  11. produce financial reports.  The program runs on a IBM PC or
  12. compatible computer with at least one disk drive and requires at
  13. least 256k memory.
  14.  
  15.      PC-GL is a ShareWare program.  You are encouraged to give
  16. copies to anyone who might use it.  If you use the program
  17. please send $35 to:
  18.  
  19.               Jerry Medlin
  20.               P.O. Box 357
  21.               Napa, Ca.  94559
  22.  
  23.      Your contribution will entitle you to a copy of the latest
  24. version of the program and a telephone number for limited
  25. telephone assistance should you require it.  You will also
  26. receive a program which will allow you to customize some
  27. features of PC-GL.  A complete description of this customizing
  28. program is contained at the end of the manual.
  29.  
  30.      The system consist of two files.
  31.  
  32.      PC-GL.EXE - The compiled program written in Turbo
  33.      Pascal.
  34.  
  35.      PC-GL.COA - A standard chart of accounts to use or
  36.      modify for your purposes.
  37.  
  38.      To run the program, simply type "PC-GL".  If you want to
  39. specify a drive designation and path for your data just add the
  40. drive and path description after the program name.  i.e. type
  41. "PC-GL B:" to use the B drive for data files.  If you are going
  42. to use the standard chart of accounts, be sure the file PC-
  43. GL.COA is on the specified drive and subdirectory.
  44.  
  45.      Each time you run the program, a menu is displayed for
  46. operator selection:
  47.  
  48.               Enter or Change Chart of Accounts
  49.               Enter or Change Transactions
  50.               Print Chart of Accounts Listing
  51.               Print Transaction Listing
  52.               Print General Ledger
  53.               Print Income Statement
  54.               Print Balance Sheet
  55.               Print Account Summary Report
  56.               Year End Update
  57.               End of Processing
  58.  
  59.      Selection is made by using the up or down arrows to
  60. highlight the desired function, then pressing <return>.
  61.  
  62.      PC-GL allows a maximum of 800 items in the chart of
  63. accounts and 6000 transactions per accounting period.  With 256k
  64. of memory the number of transactions is reduced to about 500 per
  65. accounting period.  The number of additional transactions you
  66. can enter is printed at the bottom of the menu screen.  That
  67. number may be limited by either disk space or memory available
  68. and is subject to an absolute maximum of 6000 transactions.
  69.  
  70.      The program makes liberal use of the PC's ten key pad for
  71. both numbers and commands, so PC-GL will turn your Num Lock on
  72. at the beginning of the program.  You should leave the Num Lock
  73. on all the time even when using the arrow keys for commands.
  74.  
  75.      When inputting information, the plus <+> key has the same
  76. effect as the return or enter key.  The minus <-> key enters a
  77. negative number.  This makes using the numeric key pad even
  78. easier.
  79.  
  80.  
  81. THE PROCESSING CYCLE
  82.  
  83.      Usually, accounting is done on a monthly cycle, but the PC-
  84. GL program will allow you to use any length of accounting
  85. period.  Each time you run the program, you will be asked "Do
  86. you want to start a new accounting period? (Y/N)".  If you
  87. answer with a "N" the latest transactions will be loaded and you
  88. may add additional entries.  If you answer "Y" the current
  89. period balances will be set to zero and the transactions for the
  90. previous period will be saved for later review.  You may then
  91. begin entering a new batch of transactions for the new period.
  92.  
  93.      Checks and journal entries for the accounting period are
  94. entered using the second menu selection. (Enter or Change
  95. Transactions)  Debits are entered as positive <+> numbers and
  96. credits are entered as negative <-> numbers.
  97.  
  98.      When the transactions have been entered and checked you may
  99. begin printing reports.  Reports may be printed in any order and
  100. as often as you desire.  Reports may be printed to the screen
  101. first to check their accuracy.  Should you discover a posting
  102. error after examining the reports, you can correct the error and
  103. rerun the reports.
  104.  
  105.      The only report that must be printed to the printer each
  106. period is the General Ledger Report.  If the General Ledger
  107. Report has not been printed to the printer (not just the
  108. screen), you will not be allowed to end an accounting period and
  109. start another.  The General Ledger Report shows the opening
  110. balance for each account, all of the transactions posted to the
  111. account for the accounting period followed by the closing
  112. balance for each account.  Once you start a new accounting
  113. period, the printed General Ledger Report will be your only
  114. audit trail.  To start a new accounting period without printing
  115. the general ledger would leave no trace of how an account
  116. arrived at its present balance.  Since organizations like the
  117. IRS want to know how you arrived at those numbers on your tax
  118. return, the General Ledger Report is required.  If it hasn't
  119. been printed the program will never ask "Do you want to start a
  120. new accounting period?".
  121.  
  122.  
  123. DOUBLE ENTRY ACCOUNTING
  124.  
  125.      Double entry accounting requires that the total of all
  126. debit <+> entries must be the same as the total of all credit <-
  127. > entries.  It does not mean that there must be a credit for
  128. every debit, only that all of the entries must add up to zero.
  129. Each accounting period consist of a series of balanced entries
  130. with equal pluses and minuses.
  131.  
  132.      All of the checks written during a month are posted to the
  133. various expense accounts as debit <+> amounts.  The total of all
  134. of those checks is then posted to the CASH IN BANK account as a
  135. single credit <-> amount.  The net of all the transactions
  136. posted is therefore zero, making a balanced series of entries.
  137. All income amounts are entered as credit <-> amounts and a
  138. corresponding debit <+> entry is made to the Cash in Bank
  139. account or to Accounts Receivable.  The PC-GL program helps you
  140. when posting transactions by displaying the balance of all
  141. transactions posted at the upper right of the screen.  When all
  142. of the transactions for the accounting period have been posted,
  143. the balance displayed should be zero.
  144.  
  145.      If you are unfamiliar with double entry accounting, it is
  146. beyond the scope of this manual to completely cover the subject.
  147. However, all is not lost.  The PC-GL system can also be used as
  148. a simple single entry system.  Just enter all your expenses and
  149. income to the proper account and run the system normally.
  150. Expenses are entered as positive <+> amounts and (this is
  151. important!) income amounts are entered as negative <-> amounts.
  152. To enter a negative amount, first enter then number then press
  153. the minus<-> sign.
  154.  
  155.  
  156. SETTING UP THE CHART OF ACCOUNTS
  157.  
  158.      A standard chart of accounts is provided with the program.
  159. Although any sequential numbering scheme will work with the
  160. general ledger program, the one provided is in common usage by
  161. accountants.  To use the standard chart of accounts, simply run
  162. the program with the file PC-GL.COA on the data disk drive.
  163.  
  164.      The chart of accounts can be added to at any time during
  165. the processing period.  All chart of accounts setup and
  166. modification is done using the <Enter or Change Chart of
  167. Accounts> selection on the menu.  This section allows you add
  168. new COA items, delete or change existing ones, or examine the
  169. COA by scrolling up and down the screen.  All commands are
  170. listed at the bottom of the screen and are selected by a single
  171. keystroke.  Upon entering this section you may immediately begin
  172. adding items to the chart of accounts or, by pressing the Escape
  173. key, you may go to the command mode and insert, delete or change
  174. items in the chart of accounts.
  175.  
  176.      You will not be allowed to delete an account with a balance
  177. or change balance amounts.  Changing amounts is done by posting
  178. transactions to the account.  That way you have that all
  179. important audit trail.  Upon exiting the chart of accounts
  180. section, the chart of accounts is automatically sorted in
  181. account number order.
  182.  
  183.      Each chart of accounts item contains the following
  184. information:
  185.  
  186.      1)   ACCOUNT NUMBER - A three digit number between 000 and
  187.      999 that will be used for posting transactions.
  188.      
  189.      2)   ACCOUNT CODE - A two digit number which determines
  190.      how, and on which reports, the item will be printed.  (See
  191.      the section on COA coding for details.)
  192.      
  193.      3)   PRIOR YEAR % - The number will be printed on the
  194.      income statement and is for informational purposes only.
  195.      If no prior year % is desired just press return for this
  196.      entry and none will be printed on the income statement.
  197.      The prior year % is updated automatically at the end of the
  198.      year by the Year End Update procedure.
  199.      
  200.      4)   ACCOUNT DESCRIPTION - Up to 27 characters are allowed
  201.      for the account description.
  202.      
  203.      5)   CURRENT AMOUNT - The balance of all transactions
  204.      entered to this account for the current accounting period.
  205.      If an asterisk <*> is entered during setup this chart of
  206.      accounts entry will be treated as a title account on
  207.      reports.  Title accounts are used to provide headings and
  208.      totals on reports.  Transactions cannot be posted to a
  209.      title account.  Press any other key during setup to enter a
  210.      zero beginning balance for current and year to date.
  211.      
  212.      6)   YTD AMOUNT - The balance of all transactions entered
  213.      to this account for the current year.  Opening account
  214.      balances cannot be entered when the chart of accounts is
  215.      set up, they must be posted as transactions.
  216.  
  217.      Just remember to look at the bottom of the screen when in
  218. doubt.  Your options will usually be printed there.
  219.  
  220.      The first item in the chart of accounts should contain the
  221. name to be printed on all reports.  If you are using the
  222. standard chart of accounts, just change the description of the
  223. first account from STANDARD CHART OF ACCOUNTS to the name you
  224. want printed on your financial statements.
  225.  
  226.      Once the chart of accounts has been setup, you won't be
  227. using this section except to occasionally add new items to the
  228. chart of accounts or delete items with zero balances no longer
  229. in use.
  230.  
  231.  
  232. ENTERING TRANSACTIONS
  233.  
  234.      All checks and journal entries for the accounting period
  235. are entered using the <Enter or Change Transactions> selection
  236. of the menu.  This selection also allows you to examine entries
  237. by scrolling up and down the screen and to insert, delete or
  238. change entries.  You may also obtain a total for a particular
  239. account and you can search all of the transactions for any
  240. string of characters.  All commands are listed at the bottom of
  241. the screen.
  242.  
  243.      Each transaction contains the following information:
  244.  
  245.      1)   DESCRIPTION - Up to 21 characters are allowed to
  246.      describe the entry.  Just pressing <return> or <+> will
  247.      cause the previous entry to be repeated.  To enter a blank
  248.      description, press the space bar then <return>.
  249.      
  250.      2)   CHECK NO. - A five digit check or reference number.
  251.      Numbers or letters may be used. Pressing <return> will
  252.      cause the previous number to be repeated.  Pressing <+>
  253.      will enter a number equal to the previous number plus one.
  254.      (This is useful when entering a series of checks with
  255.      sequential check numbers.)
  256.      
  257.      3)   DATE - The date must be entered in MODA form.  i.e.
  258.      0108 for January  eighth.  Pressing <return> or <+> will
  259.      repeat the previous date.  Any day of the month higher than
  260.      31 will cause the transactions to be posted to the year to
  261.      date balance only.  (In other words, a transaction with a
  262.      date of 0185 would not affect current balances when posted,
  263.      only year to date balances.)
  264.      
  265.      4)   ACCOUNT NUMBER - A three digit account number must be
  266.      entered.  Once the account number has been entered, the
  267.      program will check to see if the number is a valid account
  268.      number.  If not, you will be asked to reenter the account
  269.      number.  Once a valid account number has been entered, the
  270.      corresponding account description from the chart of
  271.      accounts will be displayed at the bottom of the screen.  If
  272.      you don't remember the account number, enter the number
  273.      999.  You will then be able to use the up and down arrow
  274.      keys to search the chart of accounts for the correct
  275.      account number.
  276.      
  277.      5)   AMOUNT - The amount is entered calculator style
  278.      without using the  decimal point.  Debit entries are
  279.      entered as positive numbers and credit entries are entered
  280.      as negative numbers.  To enter a negative number, enter the
  281.      number in the regular manner followed by the minus <-> sign
  282.      instead of the enter or plus <+> sign.
  283.      
  284.      The net amount of the current check and the net of all the
  285. transactions posted for the period are constantly displayed at
  286. the upper right of the screen.  The check balance is useful when
  287. posting a single check to multiple accounts.  For double entry
  288. accounting the net amount of all transactions should be zero
  289. when you are finished with posting for the period.
  290.  
  291.      When using the <C> Change selection to change a chart of
  292. account item or a transaction, you don't have to reenter each
  293. field.  Just press the return key to skip to the next field.
  294.  
  295.      The <T> Total selection for transaction entries is useful
  296. for checking balances.  It can, for instance, be used to add up
  297. all the purchases so you can make an ending inventory
  298. calculation based on a desired cost of sales.
  299.  
  300.      If you are using the PC-AP Accounts Payable program and
  301. have ended a PC-AP accounting period, you will have an
  302. additional menu item available at the bottom of the screen.  <R>
  303. Read PC-AP Transactions will allow you to read all of the checks
  304. written by PC-AP into the PC-GL program.  Transactions from PC-
  305. AP will not be posted to PC-GL until you select <R> Read PC-AP
  306. Transactions.
  307.  
  308.  
  309. PRINTING REPORTS
  310.  
  311.      To print any of the available reports just select the
  312. report from the main menu.  First you will be asked to input a
  313. report date to be printed on the report.  Alphabetic and numeric
  314. dates are acceptable. i.e. January 31, 1987.  Pressing return
  315. will enter the system date for the report date.  After a date is
  316. entered you will be able to choose printing to the printer, the
  317. screen or to a file.
  318.  
  319.      If you choose to print to a file you will be prompted for a
  320. file name.  The program will print the report to that file
  321. exactly as it would have been printed to the printer.  These
  322. files are regular ASCII files and can be read by most word
  323. processors.  Specifying a file name of LPT2: will allow you to
  324. print to a second printer.  You may optionally leave off the
  325. report headings when you print to a file so that the data can be
  326. easily imported into a spread sheet or data base.
  327.  
  328.  
  329. ACCOUNT SUMMARY REPORT
  330.  
  331.      Each time you start a new accounting period by answering
  332. "Y" to the question "Do you want to start a new accounting
  333. period?" at the beginning of the program, the transactions for
  334. the prior period are saved.  Eventually, up to 12 accounting
  335. periods (months) are saved.  The most recent transactions are in
  336. a file named GL1.TRN and the oldest transactions are in a file
  337. named GL12.TRN.  The account summary report allows you to print
  338. a summary of transactions for a single account.  You can also
  339. sort the transactions before they are printed by description,
  340. date, check number or account number.
  341.  
  342.      You will be asked for an account number and the number of
  343. months to go back.  Inputting zero for the number of months will
  344. look at only the current period.  If you enter ALL for the
  345. account number, you may also print a General Ledger Report going
  346. back up to 12 months.  This is  a useful report to print at the
  347. end of the year so that you can review the year's activity with
  348. one General Ledger Report instead of having to look at 12
  349. individual reports.
  350.  
  351.  
  352. YEAR END CLOSEOUT
  353.  
  354.      At the beginning of a new accounting year all profit and
  355. loss account balances are set to zero using this selection.  In
  356. addition, the prior year percentages are updated to reflect the
  357. year just ended.  The program will ask for the account number of
  358. your capital account, then the profit or loss for the year just
  359. ended will be posted to that account.  If you are using the
  360. Standard Chart of Accounts, the capital account would be account
  361. number 465.  This section should be used only once a year and
  362. cannot be done unless the General Ledger has been printed.
  363.  
  364.  
  365. END OF PROCESSING
  366.  
  367.      When processing is completed you must exit the program
  368. using this selection.  You will be asked if you want to end
  369. processing.  A yes "Y" answer will save the chart of accounts
  370. and all of the current transactions.  Any answer other than "Y"
  371. will return you to the main menu.
  372.  
  373.  
  374. CHART OF ACCOUNTS CODING
  375.  
  376.      If you use the standard chart of accounts or a modified
  377. version of the standard chart of accounts, it is not necessary
  378. to be familiar with chart of account coding.  Just delete the
  379. unwanted chart of account items. This information is provided
  380. for those who want to use their own chart of accounts or produce
  381. special reports.
  382.  
  383.      The first number of the two digit code is a number from 1
  384. to 9 which determines the account type.
  385.  
  386.               1.  ASSETS
  387.               2.  LIABILITIES
  388.               3.  INCOME (OR SALES)
  389.               4.  COST OF SALES
  390.               5.  GROSS PROFIT
  391.               6.  OPERATING EXPENSES
  392.               7.  OTHER INCOME
  393.               8.  OTHER EXPENSES
  394.               9.  NET PROFIT
  395.  
  396.      The GROSS PROFIT (#5) and PROFIT OR LOSS (#9) are generally
  397. used only once in each chart of accounts for totaling purposes.
  398. The COST OF SALES (#4), GROSS PROFIT (#5), OTHER INCOME (#7) and
  399. OTHER EXPENSES (#8) can be omitted if your applications doesn't
  400. require those categories.
  401.  
  402.      When printing the income statement, the sign for the
  403. balances of accounts with odd numbered account codes is
  404. reversed.  So, income amounts (#3) which normally have credit
  405. balances and are carried as minus numbers in the general ledger
  406. are printed on the income statement as positive numbers.
  407.  
  408.      The second number of the two digit code determines the
  409. totaling level for an account on the income statement and
  410. balance sheet.  The total level is used to determine what totals
  411. and subtotals appear on reports.  Each higher total level totals
  412. all previous lower account numbers.  The best way to understand
  413. how the totaling level works is to experiment.  Just change the
  414. number and reprint the report to see how it looks.  Chart of
  415. account coding can be changed at any time without causing
  416. problems.
  417.  
  418. Total Level:
  419.  
  420. 0    The balance and description will print only on the general
  421.      ledger report.  When printing the balance sheet or income
  422.      statement, the balance (if any) will be totaled and printed
  423.      into the next higher number.  i.e. The total for a series
  424.      of 0 coded accounts will print into the next account
  425.      numbered 1 or higher.
  426.  
  427. 1    Used for most accounts.  On the balance sheet the account
  428.      balance will be printed in the first column.
  429.  
  430. 2    Prints total of all previous 0 and 1 accounts.  Prints in
  431.      the middle column of the balance sheet.
  432.  
  433. 3    Prints total of all previous 0, 1, and 2 accounts.  Prints
  434.      in the right hand column of the balance sheet.
  435.  
  436. 4    Used for subtotal accounts such as TOTAL ASSETS, OPERATING
  437.      PROFIT etc.
  438.  
  439. 5    Used for the NET PROFIT account on both the balance sheet
  440.      and income statement.  If the balance sheet does not
  441.      contain a level 5 account, the balance sheet will not
  442.      balance.
  443.  
  444.      On the income statement any number higher than 1 will be
  445. preceded by a blank line.  The number 9 will cause the printer
  446. to start a new page.  The use of a 9 should be restricted to
  447. title accounts with no balances.
  448.  
  449.      Accounts used only for totaling the balances of previous
  450. accounts or for printing titles on a statement are title
  451. accounts.  A title account is created by entering an asterisk in
  452. the current balance column of an account.  You cannot post any
  453. transactions to a title account.  Most accounts with a totaling
  454. level higher than 1 will be title accounts.
  455.  
  456.      You can print an extra blank line on the income statement
  457. or balance sheet by entering a title account with a blank
  458. description.
  459.  
  460.  
  461. USING OTHER PROGRAMS FROM JERRY MEDLIN
  462.  
  463.      There are three other programs available from Jerry Medlin:
  464.      PC-AR - a balance forward Accounts receivable program.
  465.      PC-PR - a payroll writing program.
  466.      PC-AP - an accounts payable and check writing program.
  467.  
  468.      The only program that integrates directly with PC-GL is the
  469. accounts payable program, PC-AP.  You must have PC-GL in order
  470. to use the accounts payable program.  All of the checks or
  471. invoices entered in PC-AP can be automatically posted to PC-GL
  472. (this program).
  473.  
  474.      The other two programs are "stand alone" programs and do
  475. not automatically post to PC-GL.  To do so would require all of
  476. the payroll checks and all of the sales entries to be added to
  477. the transactions in PC-GL.  Rather than burden the PC-GL program
  478. with all of this detail, you must post the totals from the
  479. accounts receivable program and the payroll program with a short
  480. series of journal entries each month.  This usually takes no
  481. more than a few minutes each month and provides greater control
  482. and flexibility to the whole accounting process.
  483.  
  484.      The details of the journal entries from PC-PR and PC-AR to
  485. PC-GL depend on your particular situation, but might look
  486. something like this:
  487.  
  488.                          Check               Account     Check
  489. Description              Number      Date    Number      Amount
  490. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  491. Cash Received on Acct    GJN01       0131     103      22345.67
  492. January Sales            GJN01       0131     511      22345.67-
  493. January Gross Pay        GJN01       0131     708       2045.43
  494. January Fed W/H          GJN01       0131     331        190.00-
  495. January FICA             GJN01       0131     332        146.26-
  496. January SDI W/H          GJN01       0131     333         24.53-
  497. January State W/H        GJN01       0131     334         14.70-
  498. January Net Pr           GJN01       0131     103       1669.94-
  499.  
  500.  
  501.      The first two entries are from the accounts receivable
  502. program and the last 6 entries are from the payroll program.
  503. The entries would vary depending on cash or accrual basis and,
  504. of course, the amounts and accounts involved.
  505.  
  506.  
  507. PRIOR PERIOD CORRECTIONS
  508.  
  509.      You cannot change prior period transactions with PC-GL,
  510. even though prior period transactions are saved on the disk in a
  511. series of files.  Changing prior period transactions would
  512. create a number of accounting problems relating to the audit
  513. trail and is simply not possible.  If you find an error in the
  514. previous period and you have not yet started a new accounting
  515. period, you can answer "N" to the new accounting period question
  516. at the beginning of the program and rerun the period.  If the
  517. error is from an earlier period you must make the correction to
  518. the current period.
  519.  
  520.      You can enter the correction without affecting current
  521. period balances by using a day of the month higher than 31.  A
  522. date such as 0187, for instance, would tell the program to enter
  523. the transaction only in the year to date column and not post as
  524. a current transactions.
  525.  
  526.  
  527. HANDLING BEGINNING AND ENDING INVENTORY
  528.  
  529.      If your application doesn't require that beginning and
  530. ending inventory show on the income statement, you should skip
  531. this section.  It discusses a commonly used but somewhat
  532. confusing technique to properly display beginning and ending
  533. inventory on a computerized income statement.
  534.  
  535.      Any transaction with a date that contains a day of the
  536. month higher than 31 will be posted as a year to date
  537. transaction only.  It will not affect the current period
  538. balance.  This is moderately useful for making adjustments to
  539. the year to date balances, but it's principal value lies in
  540. making the beginning and ending inventory work properly on the
  541. income statement.
  542.  
  543.      If we assume that the inventory at the beginning April was
  544. $25000.00 and the inventory at the end of April was $29000.00,
  545. the following series of entries would be required:
  546.  
  547. Description          Ref #       Date      Acct #       Amount
  548. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  549.  
  550. Inventory           GJN04        0430       151        29000.00
  551. Inventory           GJN04        0430       151        25000.00-
  552. Beginning Inv.      GJN04        0430       610        25000.00
  553. Ending Inv.         GJN04        0430       696        29000.00-
  554. Ending Inv.         GJN04        0484       696        25000.00
  555. Beginning Inv.      GJN04        0484       610        25000.00-
  556.  
  557.  
  558.      Notice that the last two entries are year-to-date entries
  559. because the day of the month is higher than 31.  If the
  560. beginning and ending inventory accounts start at zero (as would
  561. be the case at the beginning of the year), the last two year-to-
  562. date entries should be omitted.
  563.  
  564.  
  565. USING THE CONFIGURATION PROGRAM
  566.  
  567.      The configuration program (GLCONFIG.EXE) is provided to all
  568. registered users.  It allows you to change certain features of
  569. PC-GL.  The GLCONFIG.EXE program and the main program (PC-
  570. GL.EXE) should both be on the same disk drive and sub directory
  571. when you configure your copy of PC-GL.  Just run the program by
  572. typing GLCONFIG at the Dos prompt.  The previous configuration
  573. of PC-GL will be displayed.  Use the up and down arrows to move
  574. the pointer and then press <C> to change an item.  You will be
  575. allowed to change the following information:
  576.  
  577.      Display Colors - If you have a color adapter and monitor,
  578.      you can change the colors for screen borders, program
  579.      prompts, data, and background.  Allowable colors are from 0
  580.      to 15 except for background color which can only be from 0
  581.      to 7.
  582.  
  583.      Laser Printer? - You will also be able to change the way
  584.      PC-GL starts a new page.  Usually, PC-GL starts a new page
  585.      by counting lines until the page total equals 66 lines.  If
  586.      you enter a "Y" for the laser printer question, PC-GL will
  587.      start a new page by issuing a form feed command.  This
  588.      would work just fine on most other printers too, but
  589.      requires that you set the top of form before you start
  590.      printing.
  591.  
  592.      Months to Save - The program normally saves the past 12
  593.      months of transactions so that they can be reviewed with
  594.      the Account Summary selection.  You can change that time
  595.      period to any number from 1 to 30.  A smaller number would
  596.      require less disk space and speed the new period processing
  597.      up a bit.
  598.  
  599.      Disk Drive and Path - Enter a drive and path designation
  600.      for PC-GL data.  If you want the program to read data from
  601.      the B drive just enter B:.
  602.  
  603.      Income Statement Heading - You can change the default
  604.      heading printed on the income statement report.  You will
  605.      probably need to start with some blank spaces to line up
  606.      the heading correctly.  Sometimes trial and error is the
  607.      best way.
  608.  
  609.      Balance Sheet Heading -  You can also change the balance
  610.      sheet headings.
  611.  
  612.      Income Statement and Balance Sheet Footers - A "footer" is
  613.      a short comment inserted at the end of a report.  An
  614.      example of a footer would be a statement like "Prepared
  615.      without benefit of audit", or any other meaningless comment
  616.      your attorney tells you to put on your financial
  617.      statements.
  618.  
  619.      When you have finished making your changes, press the
  620. escape key to exit the program.  You will then be asked if you
  621. want to save the changes.  If you answer with a Y, PC-GL will be
  622. changed until you run the configuration program again.
  623.  
  624.  
  625. HELPFUL HINTS
  626.  
  627.      Opening balances should be entered as transactions, using
  628. the Enter or Change Transactions selection.  If you enter the
  629. opening balances using a day of the month higher than 31 (for
  630. example 0189), the opening balances will not affect the current
  631. period totals.
  632.  
  633.      It is helpful to remember that PC-GL uses data that has
  634. been loaded into random access memory.  New data is not saved to
  635. the disk until you end processing or select the <S> Save option
  636. from the Enter or Change Transactions section of the program.
  637. This also means that if you make a mistake on the opening
  638. question (Do you want to start a new accounting period?) you can
  639. just boot the computer and start over.  Your previous data is
  640. still on the disk.
  641.  
  642.      If you do not get the question "Do you want to start a new
  643. accounting period?" when starting PC-GL, it is because you
  644. didn't print the General Ledger report to the printer.  Changing
  645. even a single transaction will convince PC-GL that you have not
  646. printed the General Ledger report and prevent the new period
  647. question from appearing.
  648.  
  649.      The first 12 times you start a new accounting period more
  650. disk space is required for historical files.  If you have a
  651. large business and you are using floppy disks for data storage,
  652. you could run out of disk space.
  653.  
  654.      You can use the Account Summary Report each January to help
  655. in summarizing payments for 1099 forms.  The 1099 is that form
  656. the government wants every year reporting payments to
  657. individuals of over $600.
  658.  
  659.      The "Zero Balances" selection in the chart of account
  660. command mode will set ALL chart of account balances to zero and
  661. delete any transactions entered for the period.  There are only
  662. two reasons to ever use this command.
  663.  
  664. 1)  When you first start using PC-GL you might want to practice
  665. a few times before you really get started.  You would then use
  666. "Zero Balances" to get a fresh start.  If you have run a number
  667. of test months and wish to delete all of the Account Summary
  668. data, exit to the disk operating system and type:  ERASE
  669. GL*.TRN.
  670.  
  671. 2)  If you want to use an existing chart of accounts setup on a
  672. new application, you could zero the existing balances after
  673. copying the chart of accounts file PC-GL.COA to the disk for the
  674. new business.
  675.  
  676.      PC-GL is written in Turbo Pascal.  The source code is
  677. available for $95.
  678.  
  679.